'Declaration Public Overloads Shared Sub PointsFromViewerSpaceToPageSpace( _
ByVal viewerImage viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal pointsProvides points, in the image viewer's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.() As System.Windows.Point _
)
public static void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Point[] points
)
public: static void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Point[]* points
)
public:
static void PointsFromViewerSpaceToPageSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
array<System.Windows.Point>^ points
)
Parameters
- viewer
- Image viewer.
- image
- The image.
- points
- Provides points, in the image viewer's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.